home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / bootup / boot_n2z / tosx_2 / tosx.doc < prev    next >
Text File  |  1995-05-02  |  3KB  |  82 lines

  1.  
  2.  
  3. TOSX.DOC - for TOSX.PRG
  4. - Release #02, Version 0.96, On 11/10/91 -
  5.  
  6.  
  7.      This program simply pauses for a key after a TOS program runs before
  8. returning to the desktop.  It also ensures that programs don't sloppily
  9. leave the colors changed after they exit.
  10.  
  11.  
  12. TOS_Exit ------------------------------------------------------------------
  13.  
  14.      TOSX is a tiny TSR program that adds the convenience of pausing for a
  15. keystroke from the user after every TOS or TTP program exits, so any
  16. program output on the screen is not lost before you can read it.
  17.      Specifically, whenever the attempt is made to run a program with a
  18. three-letter extension beginning with T or t (such as *.TOS or *.TTP files)
  19. and that program exits, the message ' - Press a key to continue - ' is
  20. displayed and you must press a key before TOSX will exit to the Desktop or
  21. shell.
  22.      Needless to say, this is redundant for programs that automatically do
  23. this anyway.  For programs (like ARC and LZH) where this feature is an
  24. option, it eliminates the need to specify that option.
  25.      Not all programs are run from a shell like the Desktop - many programs
  26. can run other programs (like HiSoft DevPac).  TOSX keeps track of up to 32
  27. levels of recursive program calls.
  28.      In addition to GEM programs, TOSX deliberately ignores TOS TSR
  29. programs (such as most AUTO folder programs), which are usually not run for
  30. their screen output.  TOSX also deliberately ignores programs run from
  31. memory rather than from disk, such as when a debugger runs a program or
  32. HiSoft DevPac (or Basic) runs it's assembler/compiler.
  33.  
  34.      ColorSave
  35.  
  36.      As a bonus feature, TOSX now saves the color palette every time a
  37. program is run, and restores it when it exits, so sloppily-written
  38. programs cannot trash your choice of screen colors.
  39.      Like TOSX, the ColorSave feature also supports recursive programs, but
  40. only to four levels deep.
  41.      Unlike TOSX, it applies to ALL programs, not just TOS programs loaded
  42. from disk.
  43.  
  44.      Limitations
  45.      
  46.      Currently, TOSX may not recognize an abnormal termination, such as a
  47. crash.  Also, it will falsely recognize an unsucessful attempt to run a TOS
  48. program, such as if you mistype a name on a commandline.  Hey, it's only
  49. version 0.96!
  50.  
  51. ---------------------------------------------------------------------------
  52.  
  53.  
  54.      If you'd like a particular feature or just more features generally,
  55. here's what you have to do: just ask!
  56.      If you'd like this program (or others) to have a future, or you'd like
  57. to donate $5 towards that cause or in sincerest thanks, here's where:
  58.  
  59.      BCS-Atari BBS: (617)396-4607; leave mail for Tom Nolan
  60.      (Boston Computer Society Atari User Group Bulletin Board System)
  61.  
  62.      Or:
  63.  
  64.      Power Supply Software
  65.      5 South St.
  66.      Peabody, MA 01960-6121
  67.      (508)532-0615 (ask for Mike)
  68.  
  69.      This package should contain this file, TOSX.DOC and the program
  70. TOSX.PRG.
  71.  
  72.     History:
  73.       Release #01, Version 0.90, On 11/09/91 - original
  74.       Release #02, Version 0.96, On 11/10/91 - colorsave version
  75.  
  76.      This program is Copyright (c) 1991.  It may be distributed for and
  77. only for free, and only accompanied by this documentation in its entirety.
  78.  
  79.  
  80. End of Document -----------------------------------------------------------
  81.  
  82.